interface Gift {
    __typename: string;
    isGift: boolean;
}

Properties

Properties

__typename: string
isGift: boolean