Axinom Mosaic Libraries
    Preparing search index...

    Variable UserServiceEndUserDeletedEventSchemaConst

    UserServiceEndUserDeletedEventSchema: {
        $schema: string;
        additionalProperties: boolean;
        description: string;
        properties: {
            end_user: {
                additionalProperties: boolean;
                description: string;
                properties: {
                    email: { description: string; type: string[] };
                    id: { description: string; type: string };
                    name: { description: string; type: string[] };
                };
                required: string[];
                title: string;
                type: string;
            };
        };
        required: string[];
        title: string;
        type: string;
    } = UserServiceEndUserDeletedEvent

    Type Declaration

    • $schema: string
    • additionalProperties: boolean
    • description: string
    • properties: {
          end_user: {
              additionalProperties: boolean;
              description: string;
              properties: {
                  email: { description: string; type: string[] };
                  id: { description: string; type: string };
                  name: { description: string; type: string[] };
              };
              required: string[];
              title: string;
              type: string;
          };
      }
    • required: string[]
    • title: string
    • type: string