export interface Schema {
    skipInstall: boolean;
    shallowRenderVersion?: string;
    setAsDefaultCollection: boolean;
}