Sora Morimoto a8cb502824
chore(deps): update yarn to v4.0.0 (#18530)
* Update Yarn to v4.0.0

Signed-off-by: Sora Morimoto <sora@morimoto.io>

* `yarn format`

Signed-off-by: Sora Morimoto <sora@morimoto.io>

---------

Signed-off-by: Sora Morimoto <sora@morimoto.io>
2023-10-24 12:43:07 +01:00

10 lines
206 B
TypeScript

import { Schema } from '@strapi/types';
export interface ContentType extends Schema.ContentType {
isDisplayed: boolean;
}
export interface Component extends Schema.Component {
isDisplayed: boolean;
}