@Cards-TS
    Preparing search index...

    Type Alias Serializable

    Serializable:
        | Presentable
        | Deck
        | Serializable[]
        | { [key: string]: Serializable }
        | undefined
        | null

    Things that the library knows how to serialize and deserialize