7 lines
89 B
TypeScript
7 lines
89 B
TypeScript
export interface System {
|
|
system: {
|
|
content_type_uid: string
|
|
uid: string
|
|
}
|
|
}
|