Type Alias CreateThread

type CreateThread = {
    createdAt?: string;
    name: string;
    updatedAt?: string;
}
Index

Properties

createdAt?: string

Datetime when the thread was created.

name: string

The name of the thread.

updatedAt?: string

Datetime when the thread was updated.