export type EditorPermissionsType = {
    requireGithub: 'enabled' | 'disabled';
};
