Skip to main content

MuteThreadArgs

type MuteThreadArgs = {
id: string;
minutes: number;
};

Properties

id

id: string;

minutes

minutes: number;