Type alias SDConfig

SDConfig: {
    __typename: "SDConfig";
    config?: string | null;
    createdAt: string;
    default?: boolean | null;
    functions?: string | null;
    name: string;
    projectUrn: string;
    themeOptions?: string | null;
    updatedAt: string;
    urn: string;
}

Type declaration

  • __typename: "SDConfig"
  • Optional config?: string | null
  • createdAt: string
  • Optional default?: boolean | null
  • Optional functions?: string | null
  • name: string
  • projectUrn: string
  • Optional themeOptions?: string | null
  • updatedAt: string
  • urn: string

Generated using TypeDoc