interface NewPowerAutomateKey {
    links: {
        organisations: string;
    };
    name: string;
    type: "POWER_AUTOMATE";
}

Hierarchy (view full)

Properties

Properties

links: {
    organisations: string;
}
name: string
type: "POWER_AUTOMATE"