Type alias ThreadEventPartsFragment

ThreadEventPartsFragment: {
    __typename?: "ThreadEvent";
    createdAt: {
        __typename: "DateTime";
        iso8601: string;
        unixTimestamp: string;
    };
    createdBy: {
        __typename: "CustomerActor";
        customerId: string;
    } | {
        __typename: "DeletedCustomerActor";
        customerId: string;
    } | {
        __typename: "MachineUserActor";
        machineUserId: string;
    } | {
        __typename: "SystemActor";
        systemId: string;
    } | {
        __typename: "UserActor";
        userId: string;
    };
    customerId: string;
    id: string;
    threadId: string;
    title: string;
    updatedAt: {
        __typename: "DateTime";
        iso8601: string;
        unixTimestamp: string;
    };
    updatedBy: {
        __typename: "CustomerActor";
        customerId: string;
    } | {
        __typename: "DeletedCustomerActor";
        customerId: string;
    } | {
        __typename: "MachineUserActor";
        machineUserId: string;
    } | {
        __typename: "SystemActor";
        systemId: string;
    } | {
        __typename: "UserActor";
        userId: string;
    };
}

Type declaration

  • Optional __typename?: "ThreadEvent"
  • createdAt: {
        __typename: "DateTime";
        iso8601: string;
        unixTimestamp: string;
    }
    • __typename: "DateTime"
    • iso8601: string
    • unixTimestamp: string
  • createdBy: {
        __typename: "CustomerActor";
        customerId: string;
    } | {
        __typename: "DeletedCustomerActor";
        customerId: string;
    } | {
        __typename: "MachineUserActor";
        machineUserId: string;
    } | {
        __typename: "SystemActor";
        systemId: string;
    } | {
        __typename: "UserActor";
        userId: string;
    }
  • customerId: string
  • id: string
  • threadId: string
  • title: string
  • updatedAt: {
        __typename: "DateTime";
        iso8601: string;
        unixTimestamp: string;
    }
    • __typename: "DateTime"
    • iso8601: string
    • unixTimestamp: string
  • updatedBy: {
        __typename: "CustomerActor";
        customerId: string;
    } | {
        __typename: "DeletedCustomerActor";
        customerId: string;
    } | {
        __typename: "MachineUserActor";
        machineUserId: string;
    } | {
        __typename: "SystemActor";
        systemId: string;
    } | {
        __typename: "UserActor";
        userId: string;
    }

Generated using TypeDoc