Type alias TimelineEntryPartsFragment
TimelineEntryPartsFragment: {
__typename?: "TimelineEntry";
actor: {
__typename: "CustomerActor";
customerId: string;
} | {
__typename: "DeletedCustomerActor";
customerId: string;
} | {
__typename: "MachineUserActor";
machineUserId: string;
} | {
__typename: "SystemActor";
systemId: string;
} | {
__typename: "UserActor";
userId: string;
};
customerId: string;
id: string;
timestamp: {
__typename?: "DateTime";
iso8601: string;
};
}
Type declaration
-
Optional __typename?: "TimelineEntry"
-
actor: {
__typename: "CustomerActor";
customerId: string;
} | {
__typename: "DeletedCustomerActor";
customerId: string;
} | {
__typename: "MachineUserActor";
machineUserId: string;
} | {
__typename: "SystemActor";
systemId: string;
} | {
__typename: "UserActor";
userId: string;
}
-
customerId: string
-
id: string
-
timestamp: {
__typename?: "DateTime";
iso8601: string;
}
-
Optional __typename?: "DateTime"
-
iso8601: string