interface ListServerActionsResponse {
    actions: ServerAction[];
}

Properties

Properties

actions: ServerAction[]