Skip to content

Commit

Permalink
fix: update definition de types
Browse files Browse the repository at this point in the history
  • Loading branch information
gmoocto committed Aug 3, 2023
1 parent 2c035a0 commit cbee10a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion schemas.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1147,7 +1147,8 @@ export interface ApiOffreDeStageOffreDeStage extends CollectionTypeSchema {
]
>;
description: RichTextAttribute & RequiredAttribute;
dateDeDebut: DateAttribute & RequiredAttribute;
dateDeDebutMin: DateAttribute & RequiredAttribute;
dateDeDebutMax: DateAttribute & RequiredAttribute;
urlDeCandidature: TextAttribute;
teletravailPossible: BooleanAttribute;
sourceCreatedAt: DateTimeAttribute & PrivateAttribute;
Expand Down

0 comments on commit cbee10a

Please sign in to comment.