update type

parent 3cefbf92
......@@ -148,3 +148,14 @@ export type ArtistOwner = {
phoneNumber: number;
status: number;
};
export type ContractType = {
id: number;
contractFrom: string;
contractTo: string;
status: number;
artistId: number;
artistName: string;
artistFullName: string;
field: string;
};
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment