interface GetAllowFunctionsRequest {
    expand?: "contract"[];
    id: string;
}

Properties

Properties

expand?: "contract"[]
id: string