Magek Framework
    Preparing search index...

    Interface ReadModelByIdRequestArgs

    interface ReadModelByIdRequestArgs {
        id: string;
        [sequenceKey: string]: string | undefined;
    }

    Indexable

    • [sequenceKey: string]: string | undefined
    Index

    Properties

    Properties

    id: string