export type ItemTimeline = { id: string; amount: number; approbationActorFullname: string; assignationActorFullname: string; bankExportId: number; cancellationActorFullname: string; cancellationCause: string; cancellationCauseDetails: string; cancellationDate: Date | null; contractClientEmail: string; contractClientLastname: string; contractId: number; creditIds: string[]; currency: string; depositOutId: number; dueOn: string; exportationActorFullname: string; fulfilledAt: Date | null; kind: string; nthOfKind: string; orderedKinds: number; payInHappenedAt: Date | null; payOutExportedOn: Date | null; payInLabel: string; payOutCommentContent: string; payOutLabel: string; percentage: string; status: string; tableName: string; transactionWay: string; voucherId: number; payInAmount: null; payInCurrency: null; payInSource: null; };