@creator.co/wapi - v1.8.1
    Preparing search index...

    Type Alias ConfigurationSchema

    ConfigurationSchema: {
        [name: string]: {
            cachingPolicy?: string;
            isLocal?: boolean;
            isRemote?: boolean;
            isSecure?: boolean;
            nameOverride?: string;
            noPrefix?: boolean;
            required?: boolean;
        };
    }

    Represents the schema for the configuration object.

    Type declaration

    • [name: string]: {
          cachingPolicy?: string;
          isLocal?: boolean;
          isRemote?: boolean;
          isSecure?: boolean;
          nameOverride?: string;
          noPrefix?: boolean;
          required?: boolean;
      }