updating-secrets - v0.3.1
    Preparing search index...

    Type Alias FileMocks

    FileMocks: RequireExactlyOne<
        {
            contents: string
            | Buffer;
            paths: { [FilePath in string]: string | Buffer };
        },
    >

    Mock data for createMockFs. There are two possible options contained herein, but only one may be used at a time.