@salesforce/core
    Preparing search index...

    Type Alias Options

    Used to initialize default values for fields based on a templateUser user. This user will be part of the Standard User profile.

    type Options = {
        newUserName?: string;
        templateUser: string;
    }
    Index
    newUserName?: string
    templateUser: string