akiles-react-native
    Preparing search index...

    Interface Gadget

    interface Gadget {
        actions: GadgetAction[];
        id: string;
        name: string;
    }
    Index

    Properties

    Properties

    actions: GadgetAction[]
    id: string
    name: string