Skip to content

Commit

Permalink
Export inferface for Spec
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-Tideman committed Jul 10, 2024
1 parent 08a436f commit 5d6aaed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/types/nexus.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import type { Endpoint, EndpointSpec } from '$lib/types';

interface NexusEndpointSpec extends EndpointSpec {
export interface NexusEndpointSpec extends EndpointSpec {
descriptionString?: string;
allowedCallerNamespaces?: string[];
}
Expand Down

0 comments on commit 5d6aaed

Please sign in to comment.