Success Response DaVinci API

interface OAuthDetails {
    code?: string;
    state?: string;
    [key: string]: unknown;
}

Indexable

  • [key: string]: unknown

Properties

Properties

code?: string
state?: string