Interface CreateInternalActionPayload

interface CreateInternalActionPayload {
    actions: {
        discord?: {
            serverId: string;
        };
    };
    description: string;
    image: string;
    name: string;
}

Properties

actions: {
    discord?: {
        serverId: string;
    };
}

Actions associated with the internal action

description: string

Description of the internal action.

image: string

Image for the internal action.

name: string

Metadata for the internal action for display purposes. Note this should not contain anything sensitive. It may be displayed to verifiers.