Variable SynchronizePermissionsFailedEventSchemaConst

SynchronizePermissionsFailedEventSchema: {
    $schema: string;
    additionalProperties: boolean;
    description: string;
    properties: {
        error_message: {
            description: string;
            type: string;
        };
        service_id: {
            description: string;
            type: string;
        };
    };
    required: string[];
    title: string;
    type: string;
} = SynchronizePermissionsFailedEvent

Type declaration

  • $schema: string
  • additionalProperties: boolean
  • description: string
  • properties: {
        error_message: {
            description: string;
            type: string;
        };
        service_id: {
            description: string;
            type: string;
        };
    }
    • error_message: {
          description: string;
          type: string;
      }
      • description: string
      • type: string
    • service_id: {
          description: string;
          type: string;
      }
      • description: string
      • type: string
  • required: string[]
  • title: string
  • type: string

Generated using TypeDoc