Skip to content

gi-nx


gi-nx / GiraffeStateProjects

ts
type GiraffeStateProjects = {
  projects: Record<string, Project>;
};

Properties

PropertyType
projectsRecord<string, Project>