Interface iGetDynamicDataStoreValueSuccessResponse

interface iGetDynamicDataStoreValueSuccessResponse {
    inStore: boolean;
    key: string;
    lookupType?: "username" | "id";
}

Implemented by

Properties

inStore: boolean
key: string
lookupType?: "username" | "id"
MMNEPVFCICPMFPCPTTAAATR