corvix.types¶ Shared type aliases used across Corvix modules. Attributes¶ UserId JsonScalar JsonValue JsonObject JsonArray Module Contents¶ type corvix.types.UserId = str | UUID[source][source]¶ type corvix.types.JsonScalar = str | int | float | bool | None[source][source]¶ type corvix.types.JsonValue = JsonScalar | JsonObject | JsonArray[source][source]¶ type corvix.types.JsonObject = dict[str, JsonValue][source][source]¶ type corvix.types.JsonArray = list[JsonValue][source][source]¶