Type Alias PreviewApiKeyProps

PreviewApiKeyProps: {
    accessToken: string;
    description: string;
    name: string;
    sys: MetaSysProps;
}