interface PreviewApiKey {
    accessToken: string;
    description: string;
    name: string;
    sys: MetaSysProps;
    toPlainObject(): PreviewApiKeyProps;
}

Hierarchy (view full)

Properties

accessToken: string
description: string
name: string

Methods