interface ParsedSystemResponse {
    data: NicoNama.SystemResponse;
    type: "system";
}

Properties

Properties

type: "system"