@rvoh/dream
    Preparing search index...

    Type Alias OpenapiSchemaShorthandExpressionSerializableRef

    type OpenapiSchemaShorthandExpressionSerializableRef = {
        $serializable: typeof Dream | ViewModelClass;
        $serializableSerializerKey?: string;
        key?: string;
        many?: boolean;
        maybeNull?: boolean;
    }
    Index

    Properties

    $serializable: typeof Dream | ViewModelClass
    $serializableSerializerKey?: string
    key?: string
    many?: boolean
    maybeNull?: boolean