export type CheckDocumentTrainingStatus = { /** * Status of the training */ status: string; /** * Message of the training */ message: string; };