interface SchemaMetadata<Schema> {
    authFields: AuthFields<Schema>;
}

Type Parameters

Properties

Properties

authFields: AuthFields<Schema>