UNPKG

@space-cow-media/spellbook-client

Version:

An Open Api generated client for the Commander Spellbook backend REST API.

34 lines (20 loc) 1.08 kB
# IdentityEnum * `C` - C * `W` - W * `U` - U * `B` - B * `R` - R * `G` - G * `WU` - WU * `WB` - WB * `RW` - RW * `GW` - GW * `UB` - UB * `UR` - UR * `GU` - GU * `BR` - BR * `BG` - BG * `RG` - RG * `WUB` - WUB * `URW` - URW * `GWU` - GWU * `RWB` - RWB * `WBG` - WBG * `RGW` - RGW * `UBR` - UBR * `BGU` - BGU * `GUR` - GUR * `BRG` - BRG * `WUBR` - WUBR * `UBRG` - UBRG * `BRGW` - BRGW * `RGWU` - RGWU * `GWUB` - GWUB * `WUBRG` - WUBRG ## Properties Name | Type ------------ | ------------- ## Example ```typescript import type { IdentityEnum } from '' // TODO: Update the object below with actual values const example = { } satisfies IdentityEnum console.log(example) // Convert the instance to a JSON string const exampleJSON: string = JSON.stringify(example) console.log(exampleJSON) // Parse the JSON string back to an object const exampleParsed = JSON.parse(exampleJSON) as IdentityEnum console.log(exampleParsed) ``` [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)