Interface StorageLayoutSpecifier

interface StorageLayoutSpecifier {
    baseSlotExpression: Expression;
    id: number;
    nodeType: "StorageLayoutSpecifier";
    src: string;
}

Properties

baseSlotExpression: Expression
id: number
nodeType: "StorageLayoutSpecifier"
src: string