Type alias ThreadView

ThreadView: yup.InferType<typeof threadSchema> & {
    canAddMoreMessages: boolean;
    channelId?: ChannelId;
    id: ThreadId;
    idOnExternalPlatform: ThreadIdOnExternalPlatform;
}

Generated using TypeDoc