completionId: cgen-406a6956a33a4a06b9d97511f04af629
cgen-406a6956a33a4a06b9d97511f04af629
This commit is contained in:
parent
12baf33580
commit
3d293dc368
1 changed files with 8 additions and 0 deletions
|
|
@ -40,6 +40,14 @@ interface ArtistProfile {
|
|||
sample_price_score?: number;
|
||||
turnaround_days?: number;
|
||||
verified?: boolean;
|
||||
ecosystem_license_accepted?: boolean;
|
||||
price_list?: {
|
||||
track_custom?: number;
|
||||
sfx_pack?: number;
|
||||
full_score?: number;
|
||||
day_rate?: number;
|
||||
contact_for_quote?: boolean;
|
||||
};
|
||||
}
|
||||
|
||||
interface VerificationStatus {
|
||||
|
|
|
|||
Loading…
Reference in a new issue