Documentation
    Preparing search index...

    Type Alias InfillType

    type InfillType = {
        __typename: "InfillType";
        ID: number;
        Name?: string | null;
    }
    Index

    Properties

    Properties

    __typename: "InfillType"
    ID: number
    Name?: string | null