Skip to main content

ContractSource type

Signature:

export type ContractSource = {
filename: string;
source: string;
};