UNPKG

@chromasdk/chromajs

Version:

JavaScript client for the Razer Chroma REST API

9 lines (8 loc) 153 B
export declare class AuthorInfo { Contact: string; Name: string; toJSON(): { contact: string; name: string; }; }