@valon-technologies/gestalt
    Preparing search index...

    Interface AuthorizationModelRef

    interface AuthorizationModelRef {
        id: string;
        version: string;
        createdAt?: Date;
    }
    Index

    Properties

    Properties

    id: string
    version: string
    createdAt?: Date