Documentation
    Preparing search index...

    Type Alias DeleteInfillTypeMutation

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

    Properties

    deleteInfillType?:
        | { __typename: "InfillType"; ID: number; Name?: string
        | null }
        | null