Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F98161677
required.d.ts
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Fri, Jan 10, 11:00
Size
255 B
Mime Type
text/x-java
Expires
Sun, Jan 12, 11:00 (1 d, 19 h)
Engine
blob
Format
Raw Data
Handle
23521035
Attached To
rOACCT Open Access Compliance Check Tool (OACCT)
required.d.ts
View Options
import type { CodeKeywordDefinition, ErrorObject } from "../../types";
export type RequiredError = ErrorObject<"required", {
missingProperty: string;
}, string[] | {
$data: string;
}>;
declare const def: CodeKeywordDefinition;
export default def;
Event Timeline
Log In to Comment