Type alias CustomerCardConfigPartsFragment
CustomerCardConfigPartsFragment: {
__typename: "CustomerCardConfig";
apiHeaders: {
__typename?: "CustomerCardConfigApiHeader";
name: string;
value: string;
}[];
apiUrl: string;
createdAt: {
__typename: "DateTime";
iso8601: string;
unixTimestamp: string;
};
defaultTimeToLiveSeconds: number;
id: string;
isEnabled: boolean;
key: string;
order: number;
title: string;
updatedAt: {
__typename: "DateTime";
iso8601: string;
unixTimestamp: string;
};
}
Type declaration
__typename: "CustomerCardConfig"
apiHeaders: {
__typename?: "CustomerCardConfigApiHeader";
name: string;
value: string;
}[]
apiUrl: string
createdAt: {
__typename: "DateTime";
iso8601: string;
unixTimestamp: string;
}
__typename: "DateTime"
iso8601: string
unixTimestamp: string
defaultTimeToLiveSeconds: number
id: string
isEnabled: boolean
key: string
order: number
title: string
updatedAt: {
__typename: "DateTime";
iso8601: string;
unixTimestamp: string;
}
__typename: "DateTime"
iso8601: string
unixTimestamp: string