interface GetMacroBodyByMacroId {
    id: string | number;
    macroId: string;
    version: string;
}

Properties

Properties

id: string | number
macroId: string
version: string

Generated using TypeDoc v0.25.12