ResetOptions | WebHare Platform SDK
WebHare Platform SDK
    Preparing search index...

    Interface ResetOptions

    interface ResetOptions {
        schemaDefinitionResource?: string;
        users?: Record<string, TestUserConfig>;
        wrdSchema?: null | string;
    }
    Index

    Properties

    schemaDefinitionResource?: string
    users?: Record<string, TestUserConfig>
    wrdSchema?: null | string