Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Type declaration files aren't supposed to export values #894

Closed
baltpeter opened this issue May 28, 2022 · 1 comment
Closed

Type declaration files aren't supposed to export values #894

baltpeter opened this issue May 28, 2022 · 1 comment
Assignees
Labels

Comments

@baltpeter
Copy link
Member

export const REQUEST_TYPES = ['access', 'erasure', 'rectification', 'objection', 'custom'] as const;
export const TRANSPORT_MEDIA = ['email', 'letter', 'fax'] as const;

@baltpeter
Copy link
Member Author

Just noticed that this isn't the only .d.ts file where that's the case…

baltpeter added a commit that referenced this issue May 30, 2022
Still remaining: The ones affected by #894.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

2 participants