Type alias ExtensionSrcType

ExtensionSrcType: {
    __typename?: "ExtensionSrcType";
    createdAt: Scalars["DateTime"];
    description?: Maybe<Scalars["String"]>;
    id: Scalars["ID"];
    name: Scalars["String"];
    type: AvailableExtensionSrcType;
    updatedAt: Scalars["DateTime"];
}

Type declaration

Generated using TypeDoc