/* eslint-disable camelcase */ export type CustomStatus = { text?: string; expires_at?: string; emoji_name?: string; emoji_id?: string; }