interface StarMessageReturn {
    id: string;
    star: boolean;
}

Properties

Properties

id: string
star: boolean