Skip to content

gi-nx


gi-nx / GiraffeStateProjectAppsByAppID

ts
type GiraffeStateProjectAppsByAppID = {
  projectAppsByAppID: {
     1?: GiraffeProjectApp;
  } & Record<string, OtherProjectApp>;
};

Properties

PropertyType
projectAppsByAppID{ 1?: GiraffeProjectApp; } & Record<string, OtherProjectApp>