Variable registerUserResponseConst

registerUserResponse: {
    properties: {
        error: {
            type: "string";
        };
        sessionId: {
            pattern: "^[a-f0-9]{8}-[a-f0-9]{4}-4[a-f0-9]{3}-[89aAbB][a-f0-9]{3}-[a-f0-9]{12}$";
            type: "string";
        };
    };
    required: readonly [];
    type: "object";
} = ...

Type declaration

  • Readonly properties: {
        error: {
            type: "string";
        };
        sessionId: {
            pattern: "^[a-f0-9]{8}-[a-f0-9]{4}-4[a-f0-9]{3}-[89aAbB][a-f0-9]{3}-[a-f0-9]{12}$";
            type: "string";
        };
    }
    • Readonly error: {
          type: "string";
      }
      • Readonly type: "string"
    • Readonly sessionId: {
          pattern: "^[a-f0-9]{8}-[a-f0-9]{4}-4[a-f0-9]{3}-[89aAbB][a-f0-9]{3}-[a-f0-9]{12}$";
          type: "string";
      }
      • Readonly pattern: "^[a-f0-9]{8}-[a-f0-9]{4}-4[a-f0-9]{3}-[89aAbB][a-f0-9]{3}-[a-f0-9]{12}$"
      • Readonly type: "string"
  • Readonly required: readonly []
  • Readonly type: "object"

Generated using TypeDoc