update
This commit is contained in:
@@ -3,6 +3,11 @@ export interface PrivacyPolicyContent {
|
||||
language_master_xid: number;
|
||||
content: string;
|
||||
is_active: boolean;
|
||||
privacy_language:{
|
||||
id:number;
|
||||
language_code:string;
|
||||
language_name:string;
|
||||
}
|
||||
}
|
||||
|
||||
export interface PrivacyPolicyResponse {
|
||||
|
||||
Reference in New Issue
Block a user