Type Alias CreateThread

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

Properties

createdAt?: string

Datetime when the thread was created.

name: string
updatedAt?: string