8
common/resources/client/http/backend-response/backend-response.ts
Executable file
8
common/resources/client/http/backend-response/backend-response.ts
Executable file
@@ -0,0 +1,8 @@
|
||||
import {MetaTag} from '@common/seo/meta-tag';
|
||||
|
||||
export interface BackendResponse {
|
||||
status?: string;
|
||||
seo?: MetaTag[];
|
||||
// whether seo tags were already set with initial response from server for this data
|
||||
set_seo?: boolean;
|
||||
}
|
||||
Reference in New Issue
Block a user