update: restuarant dto
This commit is contained in:
@@ -20,4 +20,8 @@ export class CreateRestaurantDto {
|
||||
@IsString()
|
||||
phone?: string;
|
||||
|
||||
@ApiProperty({ example: 'sub_1234567890', description: 'شناسه اشتراک' })
|
||||
@IsString()
|
||||
subscriptionId!: string;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user